projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa28af
)
Magnav shortnames are really 9 bytes, not 20, per Gary Paulson.
author
robertl
<robertl>
Mon, 24 Feb 2003 18:31:56 +0000
(18:31 +0000)
committer
robertl
<robertl>
Mon, 24 Feb 2003 18:31:56 +0000
(18:31 +0000)
magnav.c
patch
|
blob
|
history
diff --git
a/magnav.c
b/magnav.c
index fbae0af40bb774b4cb515ff8cd7812230fd8142d..79c7452d5adda963842b17625163b108b9163ae2 100644
(file)
--- a/
magnav.c
+++ b/
magnav.c
@@
-81,7
+81,7
@@
wr_init(const char *fname, const char *args)
fatal(MYNAME ": Cannot open %s for writing\n", fname);
}
mkshort_handle = mkshort_new_handle();
- setshort_length(mkshort_handle,
20
);
+ setshort_length(mkshort_handle,
9
);
}
static void